home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 617 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: library.erc.clarkson.edu!rpi!not-for-mail
  2. From: dean@KnK.com (Matthew Dean)
  3. Newsgroups: comp.lang.c++.moderated,comp.lang.c++
  4. Subject: Re: Meaning of the specifier volatile?
  5. Date: 5 Jan 1996 03:38:26 -0000
  6. Organization: Kash n' Karry
  7. Sender: cppmods@netlab.cs.rpi.edu
  8. Approved: harkness@airmail.net
  9. Message-ID: <4ci6fi$nuf@netlab.cs.rpi.edu>
  10. References: <4c9740$27n@netlab.cs.rpi.edu>
  11. NNTP-Posting-Host: netlab.cs.rpi.edu
  12.  
  13. X-Original-Date: 3 Jan 1996 20:28:51 GMT
  14.  
  15. volatile is used to identify a variable that might be changed by something other
  16. than one of your programs.  a use for this might be a piece of hardware that
  17. collects real-time data, or statistics about heat/tempature, and the volatile
  18. variable is the link between your program and the hardware stuff.
  19.  
  20.  
  21. Matt Dean
  22. dean@KnK.com
  23. dean@digital.net 
  24.  
  25.     [ comp.lang.c++.moderated is a moderated newsgroup.  Submit articles ]
  26.     [  to <c++-submit@netlab.cs.rpi.edu>.  The moderation policy can be  ]
  27.     [   retrieved from <http://netlab.cs.rpi.edu/~cppmods/guide.html>.   ]
  28.     [    Moderators can be reached at: c++-request@netlab.cs.rpi.edu.    ]
  29.